home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doeo.swf / scripts / DefineButton2_326 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  155b  |  8 lines

  1. on(release){
  2.    _root.levelCounter = 1;
  3.    _root.affirmative.start();
  4.    _root.limit = 200;
  5.    _root.difficulty = "hard";
  6.    _root.nextFrame()();
  7. }
  8.